home *** CD-ROM | disk | FTP | other *** search
EditPlus Auto Completion | 1998-06-11 | 416 b | 47 lines |
- #TITLE=C/C++
- ; EditPlus Auto-completion file v1.0 written by ES-Computing.
- ; This file is provided as a default auto-completion file for C/C++ and Java.
-
- #CASE=y
-
- #T=if
- if (^!)
- {
- }
- #T=while
- while (^!)
- {
- }
- #T=for
- for (^!; ; )
- {
- }
- #T=switch
- switch (^!)
- {
- case :
-
- }
- #T=do
- do
- {
- }
- while (^!);
- #T=class
- class ^!
- {
- };
- #T=struct
- struct ^!
- {
- };
- #T=try
- try
- {
- ^!
- }
- catch ()
- {
- }
- #
-